--- title: "Visualization and Growth Curve modeling of CensusSeq iPSC lines" format: html: theme: - default page-layout: full code-fold: true code-tools: true toc: true number-sections: true embed-resources: true jupyter: python3 ---
total_df['norm_factor_t0'] = total_df['line_n_split'].map(norm_area_dict) total_df['norm_area_t0'] = total_df['Area (microm2)'] / total_df['norm_factor_t0']